home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / music / 7 / ramdisk / copy2.doc < prev    next >
Text File  |  1985-11-19  |  2KB  |  45 lines

  1.     March 4, 1986
  2.  
  3.     Instructions for COPY2.PRG
  4.  
  5.     Program and documentation by David Duberman
  6.  
  7.     This program was inspired by a public domain program
  8. called COPY.PRG, written in assembler and distributed with two
  9. excellent RAMdisk programs by the same author.  Unfortunately,
  10. the original COPY.PRG copies a byte at a time, so even in
  11. assembler works rather slowly. COPY2.PRG was written in OSS
  12. Personal Pascal, and uses a GEMDOS call to copy up to 32,000
  13. bytes in one fell swoop. The result is an increase in copying
  14. speed of at least 300%!  Since most people will be using this to
  15. copy files to drive C: (RAMdisk), this program avoids making you
  16. specify this in the list of files to be copied.  Changing the
  17. destination drive spec is as simple as changing a character in
  18. the source file (COPY2.PAS) and recompiling.
  19.  
  20.     This program is intended to be placed in an AUTO folder
  21. after placing a RAMdisk program in the folder.  When run, it
  22. reads an ASCII list of files to be copied to drive C:.  The name
  23. of the list should be FILE.LST and it should appear in the root
  24. directory of the boot disk.
  25.  
  26.     If you use ST Writer to create the list, print it to disk
  27. with top, left, and bottom margins of 0, a right margin of 80,
  28. and page length (^Y) of 2.  If you use First Word, turn off WP
  29. mode before saving the file.  You can include path information,
  30. e.g. A:\UTILS\JUNK.PRG is permissible.
  31.  
  32.     After creating the FILE.LST list, create an AUTO folder
  33. on the disk and copy a RAMdisk program into it.  Michtron M-Disk
  34. works fine, but you may want to use one of the public domain
  35. RAMdisks that do not require you to specify a size for the disk
  36. when run.  Then copy COPY2.PRG into the folder.  Of course, the
  37. files to be copied should also be on the boot disk, or else on a
  38. disk in drive B: upon booting.  You may then copy any files you
  39. want run automatically after the copy program into the AUTO
  40. folder.
  41.  
  42.     Then boot this disk, and all your files will be copied to
  43. the RAMdisk automatically, and FAST.
  44.  
  45. əəəəəəəəəəəəəəəəəəəə